[INFO] cloning repository https://github.com/kokyriakidis/simd-minimizers-c
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kokyriakidis/simd-minimizers-c" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkokyriakidis%2Fsimd-minimizers-c", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkokyriakidis%2Fsimd-minimizers-c'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6c0996ce6926ded261d36501c08ac93cc3bd6673
[INFO] fixing kokyriakidis/simd-minimizers-c against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkokyriakidis%2Fsimd-minimizers-c" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kokyriakidis/simd-minimizers-c
[INFO] finished tweaking git repo https://github.com/kokyriakidis/simd-minimizers-c
[INFO] tweaked toml for git repo https://github.com/kokyriakidis/simd-minimizers-c written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kokyriakidis/simd-minimizers-c on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kokyriakidis/simd-minimizers-c already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/rust-seq/simd-minimizers.git`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded mem_dbg-derive v0.2.0
[INFO] [stderr]   Downloaded mem_dbg v0.3.2
[INFO] [stderr]   Downloaded seq-hash v0.1.1
[INFO] [stderr]   Downloaded ensure_simd v0.1.0
[INFO] [stderr]   Downloaded packed-seq v4.4.1
[INFO] [stderr]   Downloaded cbindgen v0.29.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 218110bfc0814de594b74df8b9f35ccda2559d31ced312f48ac7515256dd140b
[INFO] running `Command { std: "docker" "start" "218110bfc0814de594b74df8b9f35ccda2559d31ced312f48ac7515256dd140b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "218110bfc0814de594b74df8b9f35ccda2559d31ced312f48ac7515256dd140b" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "218110bfc0814de594b74df8b9f35ccda2559d31ced312f48ac7515256dd140b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "218110bfc0814de594b74df8b9f35ccda2559d31ced312f48ac7515256dd140b" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling cbindgen v0.29.2
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling clap_builder v4.5.53
[INFO] [stderr]     Checking ensure_simd v0.1.0
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking wide v0.7.33
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]    Compiling toml_parser v1.0.4
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling clap v4.5.53
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling serde_spanned v1.0.3
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling toml v0.9.8
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling mem_dbg-derive v0.2.0
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]     Checking mem_dbg v0.3.2
[INFO] [stderr]     Checking packed-seq v4.4.1
[INFO] [stderr]     Checking seq-hash v0.1.1
[INFO] [stderr]     Checking simd-minimizers v2.2.0 (https://github.com/rust-seq/simd-minimizers.git#8f1d0d39)
[INFO] [stdout] error[E0425]: cannot find value `x` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/simd-minimizers-92204225d9a07219/8f1d0d3/src/intrinsics/dedup.rs:13:54
[INFO] [stdout]     |
[INFO] [stdout]  13 |                 v.as_mut_ptr().add(*write_idx).write(x.as_array()[i]);
[INFO] [stdout]     |                                                      ^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/packed-seq-4.4.1/src/lib.rs:131:1
[INFO] [stdout]     |
[INFO] [stdout] 131 | pub const L: usize = 8;
[INFO] [stdout]     | ------------------ similarly named constant `L` defined here
[INFO] [stdout]     |
[INFO] [stdout] help: a constant with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout]  13 -                 v.as_mut_ptr().add(*write_idx).write(x.as_array()[i]);
[INFO] [stdout]  13 +                 v.as_mut_ptr().add(*write_idx).write(L.as_array()[i]);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `cur` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/simd-minimizers-92204225d9a07219/8f1d0d3/src/intrinsics/dedup.rs:37:32
[INFO] [stdout]    |
[INFO] [stdout] 37 |             if curr != prec && cur != SKIPPED {
[INFO] [stdout]    |                                ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a local variable with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 37 |             if curr != prec && curr != SKIPPED {
[INFO] [stdout]    |                                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SKIPPED` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/simd-minimizers-92204225d9a07219/8f1d0d3/src/intrinsics/dedup.rs:37:39
[INFO] [stdout]    |
[INFO] [stdout] 37 |             if curr != prec && cur != SKIPPED {
[INFO] [stdout]    |                                       ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this constant through its public re-export
[INFO] [stdout]    |
[INFO] [stdout]  1 + use crate::private::minimizers::SKIPPED;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0284]: type annotations needed
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/simd-minimizers-92204225d9a07219/8f1d0d3/src/collect.rs:202:41
[INFO] [stdout]     |
[INFO] [stdout] 202 | ...                   crate::intrinsics::append_unique_vals_2(
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer the value of the const parameter `SKIP_MAX` declared on the function `append_unique_vals_2`
[INFO] [stdout]     |
[INFO] [stdout] note: required by a const generic parameter in `append_unique_vals_2`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/simd-minimizers-92204225d9a07219/8f1d0d3/src/intrinsics/dedup.rs:50:36
[INFO] [stdout]     |
[INFO] [stdout]  50 | pub unsafe fn append_unique_vals_2<const SKIP_MAX: bool>(
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^ required by this const generic parameter in `append_unique_vals_2`
[INFO] [stdout] help: consider specifying a const for the const parameter `SKIP_MAX`
[INFO] [stdout]     |
[INFO] [stdout] 202 |                                         crate::intrinsics::append_unique_vals_2::</* CONST */>(
[INFO] [stdout]     |                                                                                +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `as_array` found for struct `u32x8` in the current scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/simd-minimizers-92204225d9a07219/8f1d0d3/src/intrinsics/dedup.rs:12:21
[INFO] [stdout]    |
[INFO] [stdout] 12 |             if mask.as_array()[i] != 0 {
[INFO] [stdout]    |                     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `as_array_mut` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 12 |             if mask.as_array_mut()[i] != 0 {
[INFO] [stdout]    |                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0284, E0425, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0284`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `simd-minimizers` (lib) due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "218110bfc0814de594b74df8b9f35ccda2559d31ced312f48ac7515256dd140b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "218110bfc0814de594b74df8b9f35ccda2559d31ced312f48ac7515256dd140b", kill_on_drop: false }`
[INFO] [stdout] 218110bfc0814de594b74df8b9f35ccda2559d31ced312f48ac7515256dd140b
